home *** CD-ROM | disk | FTP | other *** search
- -- card: 10862 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 2798
- -- name: Play E5
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=214 top=178 right=202 bottom=285
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PLAY NOTE
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "E5w"
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=395 top=223 right=263 bottom=439
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 128
- -- text size: 18
- -- style flags: 0
- -- line height: 16
- -- part name: E5
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "E5w Eh Ew"
- end mouseUp
-